home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 April
/
EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso
/
EARCD
/
comm
/
www
/
awdntsc.lha
/
AWDNTSC
/
helpdocs
/
Image_HL
< prev
next >
Wrap
Text File
|
2008-08-13
|
1KB
|
47 lines
Back to MENU
Back to FUNCTIONS
Image-link
----------
General:
This item inserts the necessary code for an image HYPERLINK. This
is much like a conventional text HYPERLINK, but instead of
displaying "sensitive" text, it displays an image.
Syntax:
<A HREF="[Path of link]" <IMG SRC="[Path of image]" {Alt=[Alternate
text} > {[Additional text]} </A>
The string [Path of link] defines the path of the document to load
in. The string [Path of image] defines the path of the image to
display as the "sensitive" region. The optional string [Alternative
text] is displayed if the browser does not support images or that
image type. The optional string [Additional text] defines sensitive
text performing the same function as the image.
Use:
1 - Double click on the "Image_HL item.
2 - A file requestor will appear. Select the required file.
3 - A file requestor will appear. Select the required image.
4 - The relevant tags will be inserted.
Example:
<A HREF="http://www.bris.ac.uk" <IMG
SRC="http://www.bris.ac.uk/images/bristol" Alt=A picture of Bristol
> Goto the City of Bristol. </A>
would display:
If the image can be displayed:
*[IMAGE] Goto the City of Bristol.*
If not:
(A Picture of Bristol) *Goto the city of Bristol.*